OpenRoads Designer CONNECT Edition SDK Help

CreateParabolaByTwoPtsAndLength Method

Constructs a profile parabola giving the start, the summit point, and the radius.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CreateParabolaByTwoPtsAndLength( DPoint3d startPoint, DPoint3d summitPoint,double projectLength)

Parameters

SettingDescription
  DPoint3d Start point of the parabola
  DPoint3d Summit point of the parabola
   The projected length of the parabola

Return Value

ProfileParabola The profile parabola element

See Also